3.655 \(\int \frac{(d f+e f x)^3}{(a+b (d+e x)^2+c (d+e x)^4)^3} \, dx\)

Optimal. Leaf size=159 \[ -\frac{3 b f^3 \left (b+2 c (d+e x)^2\right )}{4 e \left (b^2-4 a c\right )^2 \left (a+b (d+e x)^2+c (d+e x)^4\right )}+\frac{f^3 \left (2 a+b (d+e x)^2\right )}{4 e \left (b^2-4 a c\right ) \left (a+b (d+e x)^2+c (d+e x)^4\right )^2}+\frac{3 b c f^3 \tanh ^{-1}\left (\frac{b+2 c (d+e x)^2}{\sqrt{b^2-4 a c}}\right )}{e \left (b^2-4 a c\right )^{5/2}} \]

[Out]

(f^3*(2*a + b*(d + e*x)^2))/(4*(b^2 - 4*a*c)*e*(a + b*(d + e*x)^2 + c*(d + e*x)^4)^2) - (3*b*f^3*(b + 2*c*(d +
 e*x)^2))/(4*(b^2 - 4*a*c)^2*e*(a + b*(d + e*x)^2 + c*(d + e*x)^4)) + (3*b*c*f^3*ArcTanh[(b + 2*c*(d + e*x)^2)
/Sqrt[b^2 - 4*a*c]])/((b^2 - 4*a*c)^(5/2)*e)

________________________________________________________________________________________

Rubi [A]  time = 0.19975, antiderivative size = 159, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 33, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.182, Rules used = {1142, 1114, 638, 614, 618, 206} \[ -\frac{3 b f^3 \left (b+2 c (d+e x)^2\right )}{4 e \left (b^2-4 a c\right )^2 \left (a+b (d+e x)^2+c (d+e x)^4\right )}+\frac{f^3 \left (2 a+b (d+e x)^2\right )}{4 e \left (b^2-4 a c\right ) \left (a+b (d+e x)^2+c (d+e x)^4\right )^2}+\frac{3 b c f^3 \tanh ^{-1}\left (\frac{b+2 c (d+e x)^2}{\sqrt{b^2-4 a c}}\right )}{e \left (b^2-4 a c\right )^{5/2}} \]

Antiderivative was successfully verified.

[In]

Int[(d*f + e*f*x)^3/(a + b*(d + e*x)^2 + c*(d + e*x)^4)^3,x]

[Out]

(f^3*(2*a + b*(d + e*x)^2))/(4*(b^2 - 4*a*c)*e*(a + b*(d + e*x)^2 + c*(d + e*x)^4)^2) - (3*b*f^3*(b + 2*c*(d +
 e*x)^2))/(4*(b^2 - 4*a*c)^2*e*(a + b*(d + e*x)^2 + c*(d + e*x)^4)) + (3*b*c*f^3*ArcTanh[(b + 2*c*(d + e*x)^2)
/Sqrt[b^2 - 4*a*c]])/((b^2 - 4*a*c)^(5/2)*e)

Rule 1142

Int[(u_)^(m_.)*((a_.) + (b_.)*(v_)^2 + (c_.)*(v_)^4)^(p_.), x_Symbol] :> Dist[u^m/(Coefficient[v, x, 1]*v^m),
Subst[Int[x^m*(a + b*x^2 + c*x^(2*2))^p, x], x, v], x] /; FreeQ[{a, b, c, m, p}, x] && LinearPairQ[u, v, x]

Rule 1114

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[x^((m - 1)/2)*(a +
 b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[(m - 1)/2]

Rule 638

Int[((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b*d - 2*a*e + (2*c*d -
b*e)*x)*(a + b*x + c*x^2)^(p + 1))/((p + 1)*(b^2 - 4*a*c)), x] - Dist[((2*p + 3)*(2*c*d - b*e))/((p + 1)*(b^2
- 4*a*c)), Int[(a + b*x + c*x^2)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] && NeQ[b^
2 - 4*a*c, 0] && LtQ[p, -1] && NeQ[p, -3/2]

Rule 614

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b + 2*c*x)*(a + b*x + c*x^2)^(p + 1))/((p +
1)*(b^2 - 4*a*c)), x] - Dist[(2*c*(2*p + 3))/((p + 1)*(b^2 - 4*a*c)), Int[(a + b*x + c*x^2)^(p + 1), x], x] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0] && LtQ[p, -1] && NeQ[p, -3/2] && IntegerQ[4*p]

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{(d f+e f x)^3}{\left (a+b (d+e x)^2+c (d+e x)^4\right )^3} \, dx &=\frac{f^3 \operatorname{Subst}\left (\int \frac{x^3}{\left (a+b x^2+c x^4\right )^3} \, dx,x,d+e x\right )}{e}\\ &=\frac{f^3 \operatorname{Subst}\left (\int \frac{x}{\left (a+b x+c x^2\right )^3} \, dx,x,(d+e x)^2\right )}{2 e}\\ &=\frac{f^3 \left (2 a+b (d+e x)^2\right )}{4 \left (b^2-4 a c\right ) e \left (a+b (d+e x)^2+c (d+e x)^4\right )^2}+\frac{\left (3 b f^3\right ) \operatorname{Subst}\left (\int \frac{1}{\left (a+b x+c x^2\right )^2} \, dx,x,(d+e x)^2\right )}{4 \left (b^2-4 a c\right ) e}\\ &=\frac{f^3 \left (2 a+b (d+e x)^2\right )}{4 \left (b^2-4 a c\right ) e \left (a+b (d+e x)^2+c (d+e x)^4\right )^2}-\frac{3 b f^3 \left (b+2 c (d+e x)^2\right )}{4 \left (b^2-4 a c\right )^2 e \left (a+b (d+e x)^2+c (d+e x)^4\right )}-\frac{\left (3 b c f^3\right ) \operatorname{Subst}\left (\int \frac{1}{a+b x+c x^2} \, dx,x,(d+e x)^2\right )}{2 \left (b^2-4 a c\right )^2 e}\\ &=\frac{f^3 \left (2 a+b (d+e x)^2\right )}{4 \left (b^2-4 a c\right ) e \left (a+b (d+e x)^2+c (d+e x)^4\right )^2}-\frac{3 b f^3 \left (b+2 c (d+e x)^2\right )}{4 \left (b^2-4 a c\right )^2 e \left (a+b (d+e x)^2+c (d+e x)^4\right )}+\frac{\left (3 b c f^3\right ) \operatorname{Subst}\left (\int \frac{1}{b^2-4 a c-x^2} \, dx,x,b+2 c (d+e x)^2\right )}{\left (b^2-4 a c\right )^2 e}\\ &=\frac{f^3 \left (2 a+b (d+e x)^2\right )}{4 \left (b^2-4 a c\right ) e \left (a+b (d+e x)^2+c (d+e x)^4\right )^2}-\frac{3 b f^3 \left (b+2 c (d+e x)^2\right )}{4 \left (b^2-4 a c\right )^2 e \left (a+b (d+e x)^2+c (d+e x)^4\right )}+\frac{3 b c f^3 \tanh ^{-1}\left (\frac{b+2 c (d+e x)^2}{\sqrt{b^2-4 a c}}\right )}{\left (b^2-4 a c\right )^{5/2} e}\\ \end{align*}

Mathematica [A]  time = 0.217258, size = 149, normalized size = 0.94 \[ \frac{f^3 \left (\frac{\left (b^2-4 a c\right ) \left (2 a+b (d+e x)^2\right )}{\left (a+(d+e x)^2 \left (b+c (d+e x)^2\right )\right )^2}-\frac{12 b c \tan ^{-1}\left (\frac{b+2 c (d+e x)^2}{\sqrt{4 a c-b^2}}\right )}{\sqrt{4 a c-b^2}}-\frac{3 b \left (b+2 c (d+e x)^2\right )}{a+b (d+e x)^2+c (d+e x)^4}\right )}{4 e \left (b^2-4 a c\right )^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(d*f + e*f*x)^3/(a + b*(d + e*x)^2 + c*(d + e*x)^4)^3,x]

[Out]

(f^3*((-3*b*(b + 2*c*(d + e*x)^2))/(a + b*(d + e*x)^2 + c*(d + e*x)^4) + ((b^2 - 4*a*c)*(2*a + b*(d + e*x)^2))
/(a + (d + e*x)^2*(b + c*(d + e*x)^2))^2 - (12*b*c*ArcTan[(b + 2*c*(d + e*x)^2)/Sqrt[-b^2 + 4*a*c]])/Sqrt[-b^2
 + 4*a*c]))/(4*(b^2 - 4*a*c)^2*e)

________________________________________________________________________________________

Maple [C]  time = 0.04, size = 2181, normalized size = 13.7 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*f*x+d*f)^3/(a+b*(e*x+d)^2+c*(e*x+d)^4)^3,x)

[Out]

-3/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*c^2*e^5*b/(
16*a^2*c^2-8*a*b^2*c+b^4)*x^6-9*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d
*e*x+b*d^2+a)^2*e^4*d*b*c^2/(16*a^2*c^2-8*a*b^2*c+b^4)*x^5-45/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4
*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*b*c^2*e^3/(16*a^2*c^2-8*a*b^2*c+b^4)*x^4*d^2-9/4*f^3/(c*e^4*x^
4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*b^2*c*e^3/(16*a^2*c^2-8*a*b^2
*c+b^4)*x^4-30*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*c
^2*d^3*e^2*b/(16*a^2*c^2-8*a*b^2*c+b^4)*x^3-9*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x
^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*c*d*e^2*b^2/(16*a^2*c^2-8*a*b^2*c+b^4)*x^3-45/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c
*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*b*e/(16*a^2*c^2-8*a*b^2*c+b^4)*x^2*c^2*d^4-27/2*
f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*b^2*e/(16*a^2*c^
2-8*a*b^2*c+b^4)*x^2*c*d^2-5/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*
e*x+b*d^2+a)^2*b*e/(16*a^2*c^2-8*a*b^2*c+b^4)*x^2*a*c-1/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3
*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*b^3*e/(16*a^2*c^2-8*a*b^2*c+b^4)*x^2-9*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+
6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*d^5*b/(16*a^2*c^2-8*a*b^2*c+b^4)*x*c^2-9*f^3/
(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2*d^3*b^2/(16*a^2*c^2-
8*a*b^2*c+b^4)*x*c-5*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+
a)^2*d*b/(16*a^2*c^2-8*a*b^2*c+b^4)*x*a*c-f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c
*d^4+2*b*d*e*x+b*d^2+a)^2*d*b^3/(16*a^2*c^2-8*a*b^2*c+b^4)*x-3/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+
4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2/e/(16*a^2*c^2-8*a*b^2*c+b^4)*b*c^2*d^6-9/4*f^3/(c*e^4*x^4+4*c
*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2/e/(16*a^2*c^2-8*a*b^2*c+b^4)*b^2*c
*d^4-5/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2/e/(16*a
^2*c^2-8*a*b^2*c+b^4)*a*b*c*d^2-1/2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2
*b*d*e*x+b*d^2+a)^2/e/(16*a^2*c^2-8*a*b^2*c+b^4)*b^3*d^2-2*f^3/(c*e^4*x^4+4*c*d*e^3*x^3+6*c*d^2*e^2*x^2+4*c*d^
3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2/e/(16*a^2*c^2-8*a*b^2*c+b^4)*a^2*c-1/4*f^3/(c*e^4*x^4+4*c*d*e^3*x^3
+6*c*d^2*e^2*x^2+4*c*d^3*e*x+b*e^2*x^2+c*d^4+2*b*d*e*x+b*d^2+a)^2/e/(16*a^2*c^2-8*a*b^2*c+b^4)*a*b^2+3/2*f^3*b
*c/(16*a^2*c^2-8*a*b^2*c+b^4)/e*sum((-_R*e-d)/(2*_R^3*c*e^3+6*_R^2*c*d*e^2+6*_R*c*d^2*e+2*c*d^3+_R*b*e+b*d)*ln
(x-_R),_R=RootOf(c*e^4*_Z^4+4*c*d*e^3*_Z^3+(6*c*d^2*e^2+b*e^2)*_Z^2+(4*c*d^3*e+2*b*d*e)*_Z+c*d^4+b*d^2+a))

________________________________________________________________________________________

Maxima [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*f*x+d*f)^3/(a+b*(e*x+d)^2+c*(e*x+d)^4)^3,x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

Fricas [B]  time = 2.96641, size = 8080, normalized size = 50.82 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*f*x+d*f)^3/(a+b*(e*x+d)^2+c*(e*x+d)^4)^3,x, algorithm="fricas")

[Out]

[-1/4*(6*(b^3*c^2 - 4*a*b*c^3)*e^6*f^3*x^6 + 36*(b^3*c^2 - 4*a*b*c^3)*d*e^5*f^3*x^5 + 9*(b^4*c - 4*a*b^2*c^2 +
 10*(b^3*c^2 - 4*a*b*c^3)*d^2)*e^4*f^3*x^4 + 12*(10*(b^3*c^2 - 4*a*b*c^3)*d^3 + 3*(b^4*c - 4*a*b^2*c^2)*d)*e^3
*f^3*x^3 + 2*(b^5 + a*b^3*c - 20*a^2*b*c^2 + 45*(b^3*c^2 - 4*a*b*c^3)*d^4 + 27*(b^4*c - 4*a*b^2*c^2)*d^2)*e^2*
f^3*x^2 + 4*(9*(b^3*c^2 - 4*a*b*c^3)*d^5 + 9*(b^4*c - 4*a*b^2*c^2)*d^3 + (b^5 + a*b^3*c - 20*a^2*b*c^2)*d)*e*f
^3*x + (6*(b^3*c^2 - 4*a*b*c^3)*d^6 + a*b^4 + 4*a^2*b^2*c - 32*a^3*c^2 + 9*(b^4*c - 4*a*b^2*c^2)*d^4 + 2*(b^5
+ a*b^3*c - 20*a^2*b*c^2)*d^2)*f^3 - 6*(b*c^3*e^8*f^3*x^8 + 8*b*c^3*d*e^7*f^3*x^7 + 2*(14*b*c^3*d^2 + b^2*c^2)
*e^6*f^3*x^6 + 4*(14*b*c^3*d^3 + 3*b^2*c^2*d)*e^5*f^3*x^5 + (70*b*c^3*d^4 + 30*b^2*c^2*d^2 + b^3*c + 2*a*b*c^2
)*e^4*f^3*x^4 + 4*(14*b*c^3*d^5 + 10*b^2*c^2*d^3 + (b^3*c + 2*a*b*c^2)*d)*e^3*f^3*x^3 + 2*(14*b*c^3*d^6 + 15*b
^2*c^2*d^4 + a*b^2*c + 3*(b^3*c + 2*a*b*c^2)*d^2)*e^2*f^3*x^2 + 4*(2*b*c^3*d^7 + 3*b^2*c^2*d^5 + a*b^2*c*d + (
b^3*c + 2*a*b*c^2)*d^3)*e*f^3*x + (b*c^3*d^8 + 2*b^2*c^2*d^6 + 2*a*b^2*c*d^2 + (b^3*c + 2*a*b*c^2)*d^4 + a^2*b
*c)*f^3)*sqrt(b^2 - 4*a*c)*log((2*c^2*e^4*x^4 + 8*c^2*d*e^3*x^3 + 2*c^2*d^4 + 2*(6*c^2*d^2 + b*c)*e^2*x^2 + 2*
b*c*d^2 + 4*(2*c^2*d^3 + b*c*d)*e*x + b^2 - 2*a*c + (2*c*e^2*x^2 + 4*c*d*e*x + 2*c*d^2 + b)*sqrt(b^2 - 4*a*c))
/(c*e^4*x^4 + 4*c*d*e^3*x^3 + c*d^4 + (6*c*d^2 + b)*e^2*x^2 + b*d^2 + 2*(2*c*d^3 + b*d)*e*x + a)))/((b^6*c^2 -
 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*e^9*x^8 + 8*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5
)*d*e^8*x^7 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4 + 14*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^
2*c^4 - 64*a^3*c^5)*d^2)*e^7*x^6 + 4*(14*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^3 + 3*(b^7*c
 - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d)*e^6*x^5 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*
c^3 - 128*a^4*c^4 + 70*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 + 30*(b^7*c - 12*a*b^5*c^2 +
 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^2)*e^5*x^4 + 4*(14*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^
5 + 10*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^
3*b^2*c^3 - 128*a^4*c^4)*d)*e^4*x^3 + 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3 + 14*(b^6*c^2 -
12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^6 + 15*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^
4 + 3*(b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2)*e^3*x^2 + 4*(2*(b^6*c^2 - 12*a*b
^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^7 + 3*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^5 + (b^
8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^3 + (a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 -
 64*a^4*b*c^3)*d)*e^2*x + ((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^8 + a^2*b^6 - 12*a^3*b^4*c
 + 48*a^4*b^2*c^2 - 64*a^5*c^3 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^6 + (b^8 - 10*a*b^
6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^4 + 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b
*c^3)*d^2)*e), -1/4*(6*(b^3*c^2 - 4*a*b*c^3)*e^6*f^3*x^6 + 36*(b^3*c^2 - 4*a*b*c^3)*d*e^5*f^3*x^5 + 9*(b^4*c -
 4*a*b^2*c^2 + 10*(b^3*c^2 - 4*a*b*c^3)*d^2)*e^4*f^3*x^4 + 12*(10*(b^3*c^2 - 4*a*b*c^3)*d^3 + 3*(b^4*c - 4*a*b
^2*c^2)*d)*e^3*f^3*x^3 + 2*(b^5 + a*b^3*c - 20*a^2*b*c^2 + 45*(b^3*c^2 - 4*a*b*c^3)*d^4 + 27*(b^4*c - 4*a*b^2*
c^2)*d^2)*e^2*f^3*x^2 + 4*(9*(b^3*c^2 - 4*a*b*c^3)*d^5 + 9*(b^4*c - 4*a*b^2*c^2)*d^3 + (b^5 + a*b^3*c - 20*a^2
*b*c^2)*d)*e*f^3*x + (6*(b^3*c^2 - 4*a*b*c^3)*d^6 + a*b^4 + 4*a^2*b^2*c - 32*a^3*c^2 + 9*(b^4*c - 4*a*b^2*c^2)
*d^4 + 2*(b^5 + a*b^3*c - 20*a^2*b*c^2)*d^2)*f^3 - 12*(b*c^3*e^8*f^3*x^8 + 8*b*c^3*d*e^7*f^3*x^7 + 2*(14*b*c^3
*d^2 + b^2*c^2)*e^6*f^3*x^6 + 4*(14*b*c^3*d^3 + 3*b^2*c^2*d)*e^5*f^3*x^5 + (70*b*c^3*d^4 + 30*b^2*c^2*d^2 + b^
3*c + 2*a*b*c^2)*e^4*f^3*x^4 + 4*(14*b*c^3*d^5 + 10*b^2*c^2*d^3 + (b^3*c + 2*a*b*c^2)*d)*e^3*f^3*x^3 + 2*(14*b
*c^3*d^6 + 15*b^2*c^2*d^4 + a*b^2*c + 3*(b^3*c + 2*a*b*c^2)*d^2)*e^2*f^3*x^2 + 4*(2*b*c^3*d^7 + 3*b^2*c^2*d^5
+ a*b^2*c*d + (b^3*c + 2*a*b*c^2)*d^3)*e*f^3*x + (b*c^3*d^8 + 2*b^2*c^2*d^6 + 2*a*b^2*c*d^2 + (b^3*c + 2*a*b*c
^2)*d^4 + a^2*b*c)*f^3)*sqrt(-b^2 + 4*a*c)*arctan(-(2*c*e^2*x^2 + 4*c*d*e*x + 2*c*d^2 + b)*sqrt(-b^2 + 4*a*c)/
(b^2 - 4*a*c)))/((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*e^9*x^8 + 8*(b^6*c^2 - 12*a*b^4*c^3 +
48*a^2*b^2*c^4 - 64*a^3*c^5)*d*e^8*x^7 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4 + 14*(b^6*c^2
 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^2)*e^7*x^6 + 4*(14*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 -
 64*a^3*c^5)*d^3 + 3*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d)*e^6*x^5 + (b^8 - 10*a*b^6*c + 2
4*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4 + 70*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^4 +
 30*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^2)*e^5*x^4 + 4*(14*(b^6*c^2 - 12*a*b^4*c^3 + 48*a
^2*b^2*c^4 - 64*a^3*c^5)*d^5 + 10*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*d^3 + (b^8 - 10*a*b^6
*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d)*e^4*x^3 + 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64
*a^4*b*c^3 + 14*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^6 + 15*(b^7*c - 12*a*b^5*c^2 + 48*a^2
*b^3*c^3 - 64*a^3*b*c^4)*d^4 + 3*(b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^2)*e^3*x
^2 + 4*(2*(b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d^7 + 3*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^
3 - 64*a^3*b*c^4)*d^5 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^3 + (a*b^7 - 12*a
^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d)*e^2*x + ((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*d
^8 + a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*
b*c^4)*d^6 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*d^4 + 2*(a*b^7 - 12*a^2*b^5*c
+ 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*d^2)*e)]

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*f*x+d*f)**3/(a+b*(e*x+d)**2+c*(e*x+d)**4)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B]  time = 11.6977, size = 979, normalized size = 6.16 \begin{align*} -\frac{3 \,{\left (b^{5} c f^{3} e - 8 \, a b^{3} c^{2} f^{3} e + 16 \, a^{2} b c^{3} f^{3} e\right )} \sqrt{b^{2} - 4 \, a c} \log \left ({\left |{\left (b + \sqrt{b^{2} - 4 \, a c}\right )} x^{2} e^{2} + 2 \,{\left (b + \sqrt{b^{2} - 4 \, a c}\right )} d x e +{\left (b + \sqrt{b^{2} - 4 \, a c}\right )} d^{2} + 2 \, a \right |}\right )}{2 \,{\left (b^{10} e^{2} - 20 \, a b^{8} c e^{2} + 160 \, a^{2} b^{6} c^{2} e^{2} - 640 \, a^{3} b^{4} c^{3} e^{2} + 1280 \, a^{4} b^{2} c^{4} e^{2} - 1024 \, a^{5} c^{5} e^{2}\right )}} + \frac{3 \,{\left (b^{5} c f^{3} e - 8 \, a b^{3} c^{2} f^{3} e + 16 \, a^{2} b c^{3} f^{3} e\right )} \sqrt{b^{2} - 4 \, a c} \log \left ({\left | -{\left (b - \sqrt{b^{2} - 4 \, a c}\right )} x^{2} e^{2} - 2 \,{\left (b - \sqrt{b^{2} - 4 \, a c}\right )} d x e -{\left (b - \sqrt{b^{2} - 4 \, a c}\right )} d^{2} - 2 \, a \right |}\right )}{2 \,{\left (b^{10} e^{2} - 20 \, a b^{8} c e^{2} + 160 \, a^{2} b^{6} c^{2} e^{2} - 640 \, a^{3} b^{4} c^{3} e^{2} + 1280 \, a^{4} b^{2} c^{4} e^{2} - 1024 \, a^{5} c^{5} e^{2}\right )}} - \frac{6 \, b c^{2} f^{3} x^{6} e^{6} + 36 \, b c^{2} d f^{3} x^{5} e^{5} + 90 \, b c^{2} d^{2} f^{3} x^{4} e^{4} + 120 \, b c^{2} d^{3} f^{3} x^{3} e^{3} + 90 \, b c^{2} d^{4} f^{3} x^{2} e^{2} + 36 \, b c^{2} d^{5} f^{3} x e + 6 \, b c^{2} d^{6} f^{3} + 9 \, b^{2} c f^{3} x^{4} e^{4} + 36 \, b^{2} c d f^{3} x^{3} e^{3} + 54 \, b^{2} c d^{2} f^{3} x^{2} e^{2} + 36 \, b^{2} c d^{3} f^{3} x e + 9 \, b^{2} c d^{4} f^{3} + 2 \, b^{3} f^{3} x^{2} e^{2} + 10 \, a b c f^{3} x^{2} e^{2} + 4 \, b^{3} d f^{3} x e + 20 \, a b c d f^{3} x e + 2 \, b^{3} d^{2} f^{3} + 10 \, a b c d^{2} f^{3} + a b^{2} f^{3} + 8 \, a^{2} c f^{3}}{4 \,{\left (c x^{4} e^{4} + 4 \, c d x^{3} e^{3} + 6 \, c d^{2} x^{2} e^{2} + 4 \, c d^{3} x e + c d^{4} + b x^{2} e^{2} + 2 \, b d x e + b d^{2} + a\right )}^{2}{\left (b^{4} e - 8 \, a b^{2} c e + 16 \, a^{2} c^{2} e\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*f*x+d*f)^3/(a+b*(e*x+d)^2+c*(e*x+d)^4)^3,x, algorithm="giac")

[Out]

-3/2*(b^5*c*f^3*e - 8*a*b^3*c^2*f^3*e + 16*a^2*b*c^3*f^3*e)*sqrt(b^2 - 4*a*c)*log(abs((b + sqrt(b^2 - 4*a*c))*
x^2*e^2 + 2*(b + sqrt(b^2 - 4*a*c))*d*x*e + (b + sqrt(b^2 - 4*a*c))*d^2 + 2*a))/(b^10*e^2 - 20*a*b^8*c*e^2 + 1
60*a^2*b^6*c^2*e^2 - 640*a^3*b^4*c^3*e^2 + 1280*a^4*b^2*c^4*e^2 - 1024*a^5*c^5*e^2) + 3/2*(b^5*c*f^3*e - 8*a*b
^3*c^2*f^3*e + 16*a^2*b*c^3*f^3*e)*sqrt(b^2 - 4*a*c)*log(abs(-(b - sqrt(b^2 - 4*a*c))*x^2*e^2 - 2*(b - sqrt(b^
2 - 4*a*c))*d*x*e - (b - sqrt(b^2 - 4*a*c))*d^2 - 2*a))/(b^10*e^2 - 20*a*b^8*c*e^2 + 160*a^2*b^6*c^2*e^2 - 640
*a^3*b^4*c^3*e^2 + 1280*a^4*b^2*c^4*e^2 - 1024*a^5*c^5*e^2) - 1/4*(6*b*c^2*f^3*x^6*e^6 + 36*b*c^2*d*f^3*x^5*e^
5 + 90*b*c^2*d^2*f^3*x^4*e^4 + 120*b*c^2*d^3*f^3*x^3*e^3 + 90*b*c^2*d^4*f^3*x^2*e^2 + 36*b*c^2*d^5*f^3*x*e + 6
*b*c^2*d^6*f^3 + 9*b^2*c*f^3*x^4*e^4 + 36*b^2*c*d*f^3*x^3*e^3 + 54*b^2*c*d^2*f^3*x^2*e^2 + 36*b^2*c*d^3*f^3*x*
e + 9*b^2*c*d^4*f^3 + 2*b^3*f^3*x^2*e^2 + 10*a*b*c*f^3*x^2*e^2 + 4*b^3*d*f^3*x*e + 20*a*b*c*d*f^3*x*e + 2*b^3*
d^2*f^3 + 10*a*b*c*d^2*f^3 + a*b^2*f^3 + 8*a^2*c*f^3)/((c*x^4*e^4 + 4*c*d*x^3*e^3 + 6*c*d^2*x^2*e^2 + 4*c*d^3*
x*e + c*d^4 + b*x^2*e^2 + 2*b*d*x*e + b*d^2 + a)^2*(b^4*e - 8*a*b^2*c*e + 16*a^2*c^2*e))